C# Class Caliburn.Micro.DeactivationEventArgs

EventArgs sent during deactivation.
Inheritance: System.EventArgs
Show file Open project: dbuksbaum/Learning-Caliburn.Micro Class Usage Examples

Public Properties

Property Type Description
WasClosed bool

Property Details

WasClosed public property

Indicates whether the sender was closed in addition to being deactivated.
public bool WasClosed
return bool