System.Web.UI.WebControls.TreeView.IPostBackEventHandler C# (CSharp) Метод

IPostBackEventHandler() приватный Метод

private IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
Результат void
		void IPostBackEventHandler.RaisePostBackEvent (string eventArgument)
		{
			RaisePostBackEvent (eventArgument);
		}