Class DiceRolledEventArgs
Event arguments for the DiceRolled event.
Inheritance
System.Object
System.EventArgs
DiceRolledEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: osrlib.Dice
Assembly: osrlib.Core.dll
Syntax
public class DiceRolledEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDiceRolledEventArgs(DiceRoll)
Creates event arguments for the specified roll.
Declaration
public DiceRolledEventArgs(DiceRoll roll)
Parameters
Type | Name | Description |
---|---|---|
DiceRoll | roll |
Properties
| Improve this Doc View SourceRolledDice
Gets or sets the DiceRoll for the event.
Declaration
public DiceRoll RolledDice { get; }
Property Value
Type | Description |
---|---|
DiceRoll |