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 Visibility
Declaration
public VisibilityChangedEventArgs(Nullable<Visibility> newVisibility)
Parameters
System. The new visibility. |
Properties
NewVisibility
Gets the new visibility.
Declaration
public Nullable<Visibility> NewVisibility { get; }
Property Value
System. The new visibility. |