ListView.UnhookContent(Cell) 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 list view items that they registered in SetupContent(Cell, Int32).
protected override void UnhookContent (Xamarin.Forms.Cell content);
override this.UnhookContent : Xamarin.Forms.Cell -> unit
Parameters
- content
- Cell
The cell to unhook.
Remarks
Application developers must call UnhookContent(Cell) before performing any other action when overriding this method.