Delegate MessageButtonClicked
A message button clicked event raised by the IMessage window when one of the custom buttons is pressed by the user
Namespace: LemonEdge.Client.Core.Messages
Assembly: ClientCore.dll
Syntax
public delegate void MessageButtonClicked(MessageButtonInfo sender, EventArgs e);
Parameters
Type | Name | Description |
---|---|---|
MessageButtonInfo | sender | The button that has been pressed by the user |
System.EventArgs | e | Any event args associated with the event |