Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected virtual void OnPostBackCommand(
	CommandEventArgs e
)
Visual Basic
Protected Overridable Sub OnPostBackCommand ( _
	e As CommandEventArgs _
)
Visual C++
protected:
virtual void OnPostBackCommand(
	CommandEventArgs^ e
)

See Also