Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPostbackEventArgs Class / NPostbackEventArgs Constructor / NPostbackEventArgs Constructor(Type,NIdentifier)


In This Topic
    NPostbackEventArgs Constructor(Type,NIdentifier)
    In This Topic
    Creates a new NEventArgs object containing an empty name to value map.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal objectType As System.Type, _
       ByVal id As NIdentifier _
    )
    'Usage
     
    
    Dim objectType As System.Type
    Dim id As NIdentifier
     
    Dim instance As New NPostbackEventArgs(objectType, id)
    public NPostbackEventArgs( 
       System.Type objectType,
       NIdentifier id
    )

    Parameters

    objectType
    id
    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