Impact Acquire SDK .NET
|
A class containing data generated by a component changed event. More...
Public Member Functions | |
ComponentChangedEventArgs (Component component, Object userData) | |
Creates a new mv.impact.acquire.ComponentChangedEventArgs instance. | |
Properties | |
Component | component [get] |
The component that did cause the event. | |
Object | userData [get] |
Arbitrary user data that has been attached to the user callback that is send back to the application now. | |
A class containing data generated by a component changed event.
When a callback has been attached to a certain feature an instance of this class will be forwarded to an application containing information about the nature of the event and about the feature that did cause the event.
|
inline |
Creates a new mv.impact.acquire.ComponentChangedEventArgs instance.
[in] | component | The feature that did cause the event. |
[in] | userData | Arbitrary user data to deliver to any listener. |
|
get |
The component that did cause the event.
|
get |
Arbitrary user data that has been attached to the user callback that is send back to the application now.