public sealed class InputPaneStateEventArgs : EventArgsPublic NotInheritable Class InputPaneStateEventArgs
Inherits EventArgs[<SealedAttribute>]
type InputPaneStateEventArgs =
class
inherit EventArgs
end| InputPaneStateEventArgs(InputPaneState, NullableRect, Rect) | Initializes a new instance of the InputPaneStateEventArgs class |
| InputPaneStateEventArgs(InputPaneState, NullableRect, Rect, TimeSpan, IEasing) | Initializes a new instance of the InputPaneStateEventArgs class |
| AnimationDuration | The duration of the input pane's state change animation. |
| Easing | The easing of the input pane's state changed animation. |
| EndRect | The final bounds of the input pane. |
| NewState | The new state of the input pane |
| StartRect | The initial bounds of the input pane. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |