ReadyEventArgs(IWindowInsetsAnimationController, Int32) 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 ReadyEventArgs(Android.Views.IWindowInsetsAnimationController controller, int types);
new Android.Views.ReadyEventArgs : Android.Views.IWindowInsetsAnimationController * int -> Android.Views.ReadyEventArgs
Parameters
- controller
- IWindowInsetsAnimationController
The Android.Views.IWindowInsetsAnimationController value used for controller.
- types
- Int32
The System.Int32 value used for types.