Delegate DiceRolledEventHandler
Represents the method that handles a DiceRolled event.
Namespace: osrlib.Dice
Assembly: osrlib.Core.dll
Syntax
public delegate void DiceRolledEventHandler(object sender, DiceRolledEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The object that generated the event. |
DiceRolledEventArgs | e | The information for the event. |