New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the VisibilityChangedEventArgs class.

C#
public VisibilityChangedEventArgs(Visibility? newVisibility)
Parameters:newVisibilityVisibility?

The new visibility.

Properties

NewVisibility

Visibility?

Gets the new visibility.

C#
public Visibility? NewVisibility { get; }
Property Value:

The new visibility.