NoEventArgs Structure
This type is not available using the selected API. Instead the system type System.EventArgs is used.
This type is not available using the selected API. Instead the system type System.EventArgs is used.
In this article
Event data in events that have no meaningful data.
class NoEventArgs
This class is sent as event data by events that provide no more information than that they have been triggered. For example the View events.
Windows, Linux, Android
The NoEventArgs type has the following members.
Name | Description |
---|---|
NoEventArgs | Initializes a new instance of the NoEventArgs class that is a copy the given object. |
Name | Description |
---|---|
operator!= | Determines whether the specified NoEventArgs is differs from the current NoEventArgs. |
operator= | Assignment operator. |
operator== | Determines whether the specified NoEventArgs is equal to the current NoEventArgs. |
swap | Swaps the internal representation with the specified NoEventArgs. |
In this article
This type is not available using the selected API. Instead the system type java.util.EventObject is used.
In this article
This element is not available using the selected API.
In this article