'Declaration Public Sub RaisePostBackEvent( _ ByVal eventArgument As String _ )
public void RaisePostBackEvent( string eventArgument )
This method is a public to implement the IPostBackEventHandler interface. External (or parent) elements may percolate event notifications down to this element by invoking this method with a suitably formatted eventArgument.
Inheritors may carry out further processing of the eventArgument by overriding OnRaisePostBackEvent to parse the argument and direct reaction.
The formatting of the eventArgument is subject to change.
Target Platforms: Windows 10, Windows 8.1, Windows 8, 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