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

Name Description
OnVisibleEventArgs()

Initializes a new instance of the OnVisibleEventArgs class.

Properties

Name Description
Visible

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

Applies to