System.Web.UI.WebControls.TreeView.ICallbackEventHandler C# (CSharp) Method

ICallbackEventHandler() private method

private ICallbackEventHandler ( ) : string
return string
		string ICallbackEventHandler.GetCallbackResult ()
		{
			return GetCallbackResult ();
		}

Same methods

TreeView::ICallbackEventHandler ( string eventArgs ) : void