GestureRecognizer.Dispose 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.
Caution
Obsolete and will be removed in future releases. Use the Destroy() function at appropriated place instead.
Destroy the GestureRecognizer when the application is done with it.
[System.Obsolete("Obsolete and will be removed in future releases. Use the Destroy() function at appropriated place instead.")]
public void Dispose ();
[<System.Obsolete("Obsolete and will be removed in future releases. Use the Destroy() function at appropriated place instead.")>]
member this.Dispose : unit -> unit
Public Sub Dispose ()
- Attributes