ItemsView<TVisual>.UnhookContent(TVisual) 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.
Application developers override this method to unregister event handlers for items that they registered in SetupContent(TVisual, Int32).
protected virtual void UnhookContent (TVisual content);
abstract member UnhookContent : 'Visual -> unit
override this.UnhookContent : 'Visual -> unit
Parameters
- content
- TVisual
The content to unhook.
Implements
Remarks
Application developers must call UnhookContent(TVisual) before performing any other action when overriding this method.