Class AnchorableClosingEventArgs
Implements a Cancelable event that can be raised to ask the client application whether closing this anchorable and removing its content (viewmodel) is OK or not.
public class AnchorableClosingEventArgs : CancelEventArgs
- Inheritance
-
AnchorableClosingEventArgs
- Inherited Members
- Extension Methods
Constructors
AnchorableClosingEventArgs(LayoutAnchorable)
Class constructor from the anchorable layout model.
public AnchorableClosingEventArgs(LayoutAnchorable anchorable)
Parameters
anchorable
LayoutAnchorable
Properties
Anchorable
Gets the model of the anchorable that is about to be closed.
public LayoutAnchorable Anchorable { get; }