DataObject.RemoveSettingDataHandler 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 SettingData event handler from a specified dependency object.
public:
static void RemoveSettingDataHandler(System::Windows::DependencyObject ^ element, System::Windows::DataObjectSettingDataEventHandler ^ handler);
public static void RemoveSettingDataHandler (System.Windows.DependencyObject element, System.Windows.DataObjectSettingDataEventHandler handler);
static member RemoveSettingDataHandler : System.Windows.DependencyObject * System.Windows.DataObjectSettingDataEventHandler -> unit
Public Shared Sub RemoveSettingDataHandler (element As DependencyObject, handler As DataObjectSettingDataEventHandler)
Parameters
- element
- DependencyObject
The dependency object (a UIElement or ContentElement) from which to remove the event handler.
A delegate that references the handler method to remove.
Applies to
See also
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.