protected virtual void OnRequestJump( JumpEventArgs e ) { if( RequestJump != null ) RequestJump( this, e ); }
private void pnGroups_RequestJump( object sender, JumpEventArgs e ) { pnHeirarchy.JumpTo( e.Target ); pnHeirarchy.Focus(); split.Panel1.ScrollControlIntoView( pnHeirarchy ); }