Click or drag to resize
SD.Tools.Algorithmia.GeneralDataStructures.EventArguments Namespace
 
Classes
  ClassDescription
Public classCancelableListModificationEventArgsT
Event args class which is used in events which are cancelable and which arguments have to contain the element involved to allow observers to examine the element involved to better decide what to do: cancel or allow.
Public classCollectionElementRemovedEventArgsT
Event args class which is used in ElementRemoved events in CommandifiedList.
Public classContainerEventArgsTValue
A generic container event args which is useful if you want to raise an event and pass a single value along to the subscribers.
Public classElementChangedEventArgsTChangeType, TElement
Custom event argument class which is used to signal a change in an element.
Public classElementInListChangedEventArgsTChangeType, TElement
Event args for the event raised from a list to signal that an element inside the list has been changed.
Public classMemberChangedEventArgsTChangeType, TValue
Custom event argument class which is used to signal a change in a commandified member