Server.Items.InteriorDecorator.InternalTarget.OnTargetCancel C# (CSharp) Method

OnTargetCancel() protected method

protected OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
from Server.Mobile
cancelType TargetCancelType
return void
			protected override void OnTargetCancel( Mobile from, TargetCancelType cancelType )
			{
				if ( cancelType == TargetCancelType.Canceled )
					from.CloseGump( typeof( InteriorDecorator.InternalGump ) );
			}