Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDiagramPostbackTechnology Class / OnPostbackEventHandlerRaisePostbackEvent Method
A string that represents an optional event argument to be passed to the event handler.


In This Topic
    OnPostbackEventHandlerRaisePostbackEvent Method (NDiagramPostbackTechnology)
    In This Topic
    Lets the web control to process an event, received from the client to the server through post-back. Calls the OnClick method of the associated web control.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnPostbackEventHandlerRaisePostbackEvent( _
       ByVal eventArgument As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDiagramPostbackTechnology
    Dim eventArgument As System.String
     
    instance.OnPostbackEventHandlerRaisePostbackEvent(eventArgument)
    public override void OnPostbackEventHandlerRaisePostbackEvent( 
       System.string eventArgument
    )

    Parameters

    eventArgument
    A string that represents an optional event argument to be passed to the event handler.
    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