Inheritance

constructor

public IgbItemRequestedEventArgs()

Returns IgbItemRequestedEventArgs

Gets or sets the item being requested.

public object Item { get; set; }

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; }

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; }