CloseEventArgs Class

Definition

Line 66 of System.Screen/Events.cm

Constructors & Destructor

public nothrow CloseEventArgs()

Member Functions

public nothrow bool Cancel() const
public nothrow void SetCancel()

Member Variables

private bool cancel

Constructor& Destructor Details

CloseEventArgs Constructor

public nothrow CloseEventArgs()

Definition
Line 68 of System.Screen/Events.cm


Member Function Details

Cancel Member Function

public nothrow bool Cancel()

Definition
Line 71 of System.Screen/Events.cm


SetCancel Member Function

public nothrow void SetCancel()

Definition
Line 75 of System.Screen/Events.cm