OnVisibleEventArgs Class

Definition

Represents event arguments for the OnVisible 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 object is visible or not.

Applies to