NetIde.Util.Forms.CancelPreviewEventArgs.CancelPreviewEventArgs C# (CSharp) Method

CancelPreviewEventArgs() public method

public CancelPreviewEventArgs ( ) : System
return System
        public CancelPreviewEventArgs()
        {
            Handled = false;
        }
CancelPreviewEventArgs