DataObject.RemovePastingHandler 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.
Removes a Pasting event handler from a specified dependency object.
public:
static void RemovePastingHandler(System::Windows::DependencyObject ^ element, System::Windows::DataObjectPastingEventHandler ^ handler);
public static void RemovePastingHandler (System.Windows.DependencyObject element, System.Windows.DataObjectPastingEventHandler handler);
static member RemovePastingHandler : System.Windows.DependencyObject * System.Windows.DataObjectPastingEventHandler -> unit
Public Shared Sub RemovePastingHandler (element As DependencyObject, handler As DataObjectPastingEventHandler)
Parameters
- element
- DependencyObject
The dependency object (a UIElement or ContentElement) from which to remove the event handler.
- handler
- DataObjectPastingEventHandler
A delegate that references the handler method to remove.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.