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


NPostbackEventArgs Constructor(Type,NIdentifier)
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)

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