Delegate MyraEventHandler
Represents the method that handles Myra events.
public delegate void MyraEventHandler(object sender, MyraEventArgs e)
Parameters
senderobjectThe source of the event.
eMyraEventArgsThe event data.
Represents the method that handles Myra events.
public delegate void MyraEventHandler(object sender, MyraEventArgs e)
sender objectThe source of the event.
e MyraEventArgsThe event data.