System.Web.UI.WebControls.GridView.IPostBackEventHandler C# (CSharp) Method

IPostBackEventHandler() private method

private IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
return void
		void IPostBackEventHandler.RaisePostBackEvent (string eventArgument)
		{
			ValidateEvent (UniqueID, eventArgument);
			RaisePostBackEvent (eventArgument);
		}