CoreFrameworkInputViewAnimationStartingEventArgs 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.
Contains event data for the CoreFrameworkInputView.PrimaryViewAnimationStarting event.
Note
Not supported on HoloLens.
public ref class CoreFrameworkInputViewAnimationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreFrameworkInputViewAnimationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreFrameworkInputViewAnimationStartingEventArgs
Public NotInheritable Class CoreFrameworkInputViewAnimationStartingEventArgs
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Remarks
Used by frameworks (such as XAML) or custom text controls only.
Occluding events can be handled by your app first. If your app doesn't handle the events, they bubble up to any framework that needs to handle the events.
Primary view refers to either of the CoreInputViewKind.Keyboard or CoreInputViewKind.Handwriting views, while CoreInputView can be any of the types from CoreInputViewKind.
Properties
AnimationDuration |
Gets the interval of time required to complete the CoreFrameworkInputView animation. |
FrameworkAnimationRecommended |
Gets a value that indicates whether the framework should animate on behalf of the application based on other application settings. |
Occlusions |
Gets the collection of CoreInputViewOcclusion objects associated with the animated CoreFrameworkInputView. |