Enables a server control to process an event raised when a form is posted to the server. No need to use this method explicitly.
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Public Overrides Sub RaisePostBackEvent ( _ eventArgument As String _ )
public override void RaisePostBackEvent( string eventArgument )
Type: System.String
A String that represents an optional event argument to be passed to the event handler.This method is called by ASP.NET infrastructure. No need to use it directly.