Class VisibilityChangedEventArgs
Provides data for an event raised when the visibility of the element has changed.
Inheritance
System.Object
System.EventArgs
VisibilityChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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(Visibility? newVisibility)
Parameters
System.Nullable<System.Windows.Visibility>
newVisibility
The new visibility. |
Properties
NewVisibility
Gets the new visibility.
Declaration
public Visibility? NewVisibility { get; }
Property Value
System.Nullable<System.Windows.Visibility>
The new visibility. |