[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
Private Sub RaisePostBackEvent ( _
	args As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
private:
virtual void RaisePostBackEvent(
	String^ args
) sealed = IPostBackEventHandler::RaisePostBackEvent

Parameters

args
String

Implements

IPostBackEventHandler..::.RaisePostBackEvent(String)

See Also