PostBack event reference of client side.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[JsonAttribute(true, true, false)]
[BindableAttribute(false)]
public virtual string PostBackEventReference { get; }
Visual Basic
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<JsonAttribute(True, True, False)> _
<BindableAttribute(False)> _
Public Overridable ReadOnly Property PostBackEventReference As String
	Get

See Also