This class allows access to GenericEvent methods.
| C# | Visual Basic | Visual C++ |
public class GenericEvent : INotifyPropertyChanged
Public Class GenericEvent _ Implements INotifyPropertyChanged
public ref class GenericEvent : INotifyPropertyChanged
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| GenericEvent()()() |
Initializes a new instance of the GenericEvent class.
| |
| Action |
Gets or sets the actions.
| |
| ContainsAction(Object) |
Gets a value indicating whether this instance contains an action.
| |
| Context |
Gets or sets the context.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Releases unmanaged resources and performs other cleanup operations before the
object is reclaimed by garbage collection.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged(String) |
This event is sent when a property has changed.
| |
| PropertyChanged |
The handler for the property changed event.
| |
| SourceId |
Gets or sets the source id.
| |
| Target |
Gets or sets the target.
| |
| TargetId |
Gets or sets the target id.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| GenericEvent | |