ViewTreeObserver.WindowVisibilityChangeEventArgs(ViewStates) Constructor
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.
Initializes the managed event data passed to the associated callback.
public WindowVisibilityChangeEventArgs(Android.Views.ViewStates visibility);
new Android.Views.ViewTreeObserver.WindowVisibilityChangeEventArgs : Android.Views.ViewStates -> Android.Views.ViewTreeObserver.WindowVisibilityChangeEventArgs
Parameters
- visibility
- ViewStates
The Android.Views.ViewStates value used for visibility.