WindowHelperService.UnregisterWindowMessageHandler(WindowMessage) Method
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.
Unregisters the specified delegate for event notifications.
public:
bool UnregisterWindowMessageHandler(System::Activities::Presentation::Hosting::WindowMessage ^ callback);
public bool UnregisterWindowMessageHandler(System.Activities.Presentation.Hosting.WindowMessage callback);
member this.UnregisterWindowMessageHandler : System.Activities.Presentation.Hosting.WindowMessage -> bool
Public Function UnregisterWindowMessageHandler (callback As WindowMessage) As Boolean
Parameters
- callback
- WindowMessage
The delegate to be removed from event notifications.
Returns
true if the operation is successful; otherwise, false.