Class AnchorableHiddenEventArgs
Implements an event that can be raised to inform the client application about an anchorable that been hidden.
public class AnchorableHiddenEventArgs : EventArgs- Inheritance
- 
      
      
      AnchorableHiddenEventArgs
- Inherited Members
- Extension Methods
Constructors
AnchorableHiddenEventArgs(LayoutAnchorable)
Class constructor from the anchorables layout model.
public AnchorableHiddenEventArgs(LayoutAnchorable anchorable)Parameters
- anchorableLayoutAnchorable
Properties
Anchorable
Gets the model of the anchorable that has been hidden.
public LayoutAnchorable Anchorable { get; }