VistaDB 6
VistaDB.Provider Namespace / VistaDBRowUpdatedEventArgs Class
Members


In This Topic
    VistaDBRowUpdatedEventArgs Class
    In This Topic
    Provides data for the RowUpdated event of a VistaDB data provider.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class VistaDBRowUpdatedEventArgs 
       Inherits System.Data.Common.RowUpdatedEventArgs
    'Usage
     
    
    Dim instance As VistaDBRowUpdatedEventArgs
    public sealed class VistaDBRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Data.Common.RowUpdatedEventArgs
             VistaDB.Provider.VistaDBRowUpdatedEventArgs

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also