Class
VisibilityChangedEventArgs

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:

cs-api-definition
public class VisibilityChangedEventArgs : EventArgs

Inheritance: objectEventArgsVisibilityChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

VisibilityChangedEventArgs(Visibility?)

Initializes a new instance of the VisibilityChangedEventArgs class.

Declaration

cs-api-definition
public VisibilityChangedEventArgs(Visibility? newVisibility)

Parameters

newVisibility

Visibility?

The new visibility.

Properties

NewVisibility

Gets the new visibility.

Declaration

cs-api-definition
public Visibility? NewVisibility { get; }

Property Value

Visibility?

The new visibility.