Inheritance
object
Constructors
Section titled "Constructors"constructor
public IgbItemRequestedEventArgs() Returns IgbItemRequestedEventArgs
Properties
Section titled "Properties"Gets or sets the item being requested.
public object Item { get; set; } Values
Section titled "Values"Gets or sets the values that will be propagated to the requested item when the event is complete.
public Dictionary<string, object> Values { get; set; } ValuesPropagated
Section titled "ValuesPropagated"Gets or sets whether the values have already been propagated to the item. Set this to true if you do not want the values propagated after the event is completed.
public bool ValuesPropagated { get; set; }