Share via


OnVisibleEventArgs Class

Definition

Represents the event arguments for the on visible event.

public ref class OnVisibleEventArgs sealed : EventArgs
public sealed class OnVisibleEventArgs : EventArgs
type OnVisibleEventArgs = class
    inherit EventArgs
Public NotInheritable Class OnVisibleEventArgs
Inherits EventArgs
Inheritance
OnVisibleEventArgs

Constructors

OnVisibleEventArgs()

Initializes a new instance of the OnVisibleEventArgs class.

Properties

Visible

Gets a Boolean value that specifies whether the control is visible.

Applies to