EventCallback Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A bound event handler delegate.
public value class EventCallback
public readonly struct EventCallback
type EventCallback = struct
Public Structure EventCallback
- Inheritance
-
EventCallback
Event |
Creates the new EventCallback. |
Empty |
Gets an empty EventCallback. |
Factory |
Gets a reference to the EventCallbackFactory. |
Has |
Gets a value that indicates whether the delegate associated with this event dispatcher is non-null. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Get |
Returns the hash code for this instance. |
Invoke |
Invokes the delegate associated with this binding and dispatches an event notification to the appropriate component. |
Invoke |
Invokes the delegate associated with this binding and dispatches an event notification to the appropriate component. |
Product | Versions |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |