-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
kind/enhancementNew feature or request.New feature or request.
Description
We should have attached properties that allow you to hook to a specific control's lifecycle events.
This issue will serve as a means of defining a spec for this.
Questions
- Should we be allowing some way to opt-in/-out of specific events so you can hook to specific ones (just
Loaded, justUnloaded, etc.) - Is this going to be a set of APs like
ControlExtensions.AttachToLifecycleEvents="{Binding ElementName="MyControl"}"and the something likeControlExtensions.OnLifecycleEvent="EventHandlerMethodName"whereEventHandlerMethodNamewould have some sort of event args that brings in thesenderand the event name, described by some enum? (Loaded, Unloaded, etc) as well as the root event's args. - Do we perhaps want to hook to the app lifecycle events as well?
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or request.New feature or request.