Provides data for an event raised when the visibility of the element has changed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class VisibilityChangedEventArgs : EventArgs
Inheritance: objectEventArgsVisibilityChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the VisibilityChangedEventArgs class.
C#
public VisibilityChangedEventArgs(Visibility? newVisibility)
The new visibility.
Properties
NewVisibility
Visibility?
Gets the new visibility.
C#
public Visibility? NewVisibility { get; }
The new visibility.