class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::AttachButtonClickHandlerMessage
class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::AttachButtonClickHandlerMessage
: public Wacom.Kiosk.Message.Shared.MessageBase
Summary
| Members | Descriptions |
|---|---|
{property} string WindowName | Gets the name of the window. |
{property} string ButtonName | Gets the name of the button. |
{property} RoutedEventHandler Handler | Gets the handler. |
public inline AttachButtonClickHandlerMessage(KioskClient sender) | |
public inline AttachButtonClickHandlerMessage WithWindowName(string windowName) | Fluent sets the name of the window. |
public inline AttachButtonClickHandlerMessage WithButtonName(string buttonName) | Fluent sets the name of the button. |
public inline AttachButtonClickHandlerMessage WithHandler(RoutedEventHandler handler) | Fluent sets the handler. |
Members
{property} string WindowName
Gets the name of the window.
The name of the window.
{property} string ButtonName
Gets the name of the button.
The name of the button.
{property} RoutedEventHandler Handler
Gets the handler.
The handler.
public inline AttachButtonClickHandlerMessage(KioskClient sender)
public inline AttachButtonClickHandlerMessage WithWindowName(string windowName)
Fluent sets the name of the window.
Parameters
windowNameName of the window.
Returns
public inline AttachButtonClickHandlerMessage WithButtonName(string buttonName)
Fluent sets the name of the button.
Parameters
buttonNameName of the button.
Returns
public inline AttachButtonClickHandlerMessage WithHandler(RoutedEventHandler handler)
Fluent sets the handler.
Parameters
handlerThe handler.