Windows.UI.Xaml.Interop
Windows.UI.Xaml.Interop
Windows.UI.Xaml.Interop
Windows.UI.Xaml.Interop
Namespace
Provides basic types for cross-framework integration and interoperation. Notably, this includes interfaces and support types that enable binding patterns.
Classes
| NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs |
Provides the event data for a CollectionChanged event.
|
Structs
| TypeName TypeName TypeName TypeName |
Substitutes for System.Type such that type information reported by other API does not have a dependency on the common language runtime (CLR). This structure is used as a value by properties such as UnderlyingType and Type.
|
Interfaces
Enums
| NotifyCollectionChangedAction NotifyCollectionChangedAction NotifyCollectionChangedAction NotifyCollectionChangedAction |
Describes the action that caused a CollectionChanged event.
|
| TypeKind TypeKind TypeKind TypeKind |
Provides basic guidance about the origin of a type. Used as a value by TypeName. |
Delegates
| BindableVectorChangedEventHandler BindableVectorChangedEventHandler BindableVectorChangedEventHandler BindableVectorChangedEventHandler |
Represents the method that will handle the VectorChanged event. |
| NotifyCollectionChangedEventHandler NotifyCollectionChangedEventHandler NotifyCollectionChangedEventHandler NotifyCollectionChangedEventHandler |
Represents the method that will handle the CollectionChanged event.
|