'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub RaisePostBackEvent( _ ByVal sourceControl As System.Web.UI.IPostBackEventHandler, _ ByVal eventArgument As System.String _ )
'Usage
Dim instance As NImageHostPage Dim sourceControl As System.Web.UI.IPostBackEventHandler Dim eventArgument As System.String instance.RaisePostBackEvent(sourceControl, eventArgument)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void RaisePostBackEvent( System.Web.UI.IPostBackEventHandler sourceControl, System.string eventArgument )
Parameters
- sourceControl
- eventArgument