GoDiagram Web Reference
RaisePostBackEvent Method (GoView)

a string encoding the input event state
Implement IPostBackEventHandler to handle user-input events.
Syntax
'Declaration
 
Public Overridable Sub RaisePostBackEvent( _
   ByVal evtargs As String _
) 
public virtual void RaisePostBackEvent( 
   string evtargs
)

Parameters

evtargs
a string encoding the input event state
Remarks
This method parses the evtargs argument to determine the nature of the user-input event. If it includes the "request" parameter, this method just calls GoViewDataRenderer.HandleClientRequest. If it describes a mouse operation, we set up the FirstInput and LastInput unified input state and call DoMouseDown, DoMouseMove, and DoMouseUp. If the evtargs describes a keyboard event, we also set up the input state and call DoKeyDown. This also handles various other commands. This method does nothing if this control is not Enabled.
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

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback