class Wacom::Kiosk::Message::Shared::SDKMessage::Tablet::InputChangedMessage
class Wacom::Kiosk::Message::Shared::SDKMessage::Tablet::InputChangedMessage
: public Wacom.Kiosk.Message.Shared.SDKMessage.Tablet.AbstractTabletMessage
Document control input changed message.
Summary
| Members | Descriptions |
|---|---|
{property} string ControlName | Gets or sets the name of the control. |
{property} object ControlValue | Gets or sets the control value. |
public inline InputChangedMessage(KioskClient sender) | |
public inline InputChangedMessage WithData(KeyValuePair< string, object > kvp) | |
public inline override string ToString() | Converts to string. |
Members
{property} string ControlName
Gets or sets the name of the control.
The name of the control.
{property} object ControlValue
Gets or sets the control value.
The control value.
public inline InputChangedMessage(KioskClient sender)
public inline InputChangedMessage WithData(KeyValuePair< string, object > kvp)
public inline override string ToString()
Converts to string.
Returns
A System.String that represents this instance.