Table of Contents

Class OptionEventArgs

Namespace
Nautilus.Options
Assembly
Nautilus.dll
Interface for event arguments for a OptionItem.
public abstract class OptionEventArgs : EventArgs
Inheritance
OptionEventArgs
Derived
Inherited Members
Extension Methods

Constructors

OptionEventArgs(string)

Instantiates a new OptionEventArgs for handling an event from a OptionItem.
public OptionEventArgs(string id)

Parameters

id string
The internal ID of the item.

Properties

Id

The ID of the OptionItem this event corresponds to.
public string Id { get; }

Property Value

string