Class VisibilityChangedEventArgs
Provides data for an event raised when the visibility of the element has changed.
Inheritance
System.Object
VisibilityChangedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class VisibilityChangedEventArgs : EventArgs
Constructors
VisibilityChangedEventArgs(Nullable<Visibility>)
Initializes a new instance of the VisibilityChangedEventArgs class.
Declaration
public VisibilityChangedEventArgs(Nullable<Visibility> newVisibility)
Parameters
System.Nullable<System.Windows.Visibility>
newVisibility
The new visibility. |
Properties
NewVisibility
Gets the new visibility.
Declaration
public Nullable<Visibility> NewVisibility { get; }
Property Value
System.Nullable<System.Windows.Visibility>
The new visibility. |