Class AnchorableHidingEventArgs
Implements a Cancelable event that can be raised to ask the client application whether hiding this anchorable is OK or not.
public class AnchorableHidingEventArgs : CancelEventArgs
- Inheritance
-
AnchorableHidingEventArgs
- Inherited Members
- Extension Methods
Constructors
AnchorableHidingEventArgs(LayoutAnchorable)
Class constructor from the anchorable layout model.
public AnchorableHidingEventArgs(LayoutAnchorable anchorable)
Parameters
anchorable
LayoutAnchorable
Properties
Anchorable
Gets the model of the anchorable that is about to be hidden.
public LayoutAnchorable Anchorable { get; }
Property Value
CloseInsteadOfHide
Gets or sets a value indicating whether an anchorable should be closed instead of hidden
public bool CloseInsteadOfHide { get; set; }