OnVisibleEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |