When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public void RaisePostBackEvent( string ea ) |
Visual Basic (Declaration) |
---|
Public Sub RaisePostBackEvent ( _ ea As String _ ) |
Visual C++ |
---|
public: virtual void RaisePostBackEvent( String^ ea ) sealed |
Parameters
- ea
- Type: System..::.String
A String that represents an optional event argument to be passed to the event handler.