This class allows access to GenericAction methods.
| C# | Visual Basic | Visual C++ |
public class GenericAction : INotifyPropertyChanged
Public Class GenericAction _ Implements INotifyPropertyChanged
public ref class GenericAction : INotifyPropertyChanged
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| GenericAction()()() |
Initializes a new instance of the GenericAction class.
| |
| Action |
Gets or sets the action.
| |
| 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.
| |
| Parameters |
Gets or sets the parameters.
| |
| PropertyChanged |
The handler for the property changed event.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| GenericAction | |