StoppedEventHandler Delegate
Definition
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.
Represents the method that will handle the Stopped event.
public delegate void StoppedEventHandler(System::Object ^ sender, StoppedEventArgs ^ e);
public delegate void StoppedEventHandler(object sender, StoppedEventArgs e);
type StoppedEventHandler = delegate of obj * StoppedEventArgs -> unit
Public Delegate Sub StoppedEventHandler(sender As Object, e As StoppedEventArgs)
Parameters
- sender
- Object
The instance of the object for which to invoke this method.
The StoppedEventArgs that specifies the reason the event was invoked.
Extension Methods
GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.