Impact Acquire SDK .NET
ComponentChangedEventArgs Class Reference

A class containing data generated by a component changed event. More...

Inheritance diagram for ComponentChangedEventArgs:
[legend]

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.
 

Detailed Description

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.

Since
1.12.18

Constructor & Destructor Documentation

◆ ComponentChangedEventArgs()

ComponentChangedEventArgs ( Component component,
Object userData )
inline

Creates a new mv.impact.acquire.ComponentChangedEventArgs instance.

Parameters
[in]componentThe feature that did cause the event.
[in]userDataArbitrary user data to deliver to any listener.

Property Documentation

◆ component

Component component
get

The component that did cause the event.

◆ userData

Object userData
get

Arbitrary user data that has been attached to the user callback that is send back to the application now.