SIL.FieldWorks.Common.Framework.DetailControls.PictureSlice.OnClick C# (CSharp) 메소드

OnClick() 보호된 메소드

protected OnClick ( EventArgs e ) : void
e System.EventArgs
리턴 void
		protected override void OnClick(EventArgs e)
		{
			base.OnClick (e);
			showProperties();
		}