Skip to main content

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

MembersDescriptions
{property} string WindowNameGets the name of the window.
{property} string ButtonNameGets the name of the button.
{property} RoutedEventHandler HandlerGets 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

  • windowName Name of the window.

Returns

public inline AttachButtonClickHandlerMessage WithButtonName(string buttonName)

Fluent sets the name of the button.

Parameters

  • buttonName Name of the button.

Returns

public inline AttachButtonClickHandlerMessage WithHandler(RoutedEventHandler handler)

Fluent sets the handler.

Parameters

  • handler The handler.

Returns