Class PTAnnot_RefreshAppearanceHandler
Inheritance
System.Object
PTAnnot_RefreshAppearanceHandler
Assembly: Tools.dll
Syntax
public static class PTAnnot_RefreshAppearanceHandler : Object
Properties
RefreshAppearanceHandler
Declaration
public static PTAnnotationRefreshAppearanceHandler RefreshAppearanceHandler { get; set; }
Property Value
Methods
RequestRefreshAppearance(PTAnnot)
Declaration
public static void RequestRefreshAppearance(this PTAnnot This)
Parameters
RequestRefreshAppearanceWithOptions(PTAnnot, NSObject, NSDictionary<NSString, NSObject>)
Declaration
public static void RequestRefreshAppearanceWithOptions(this PTAnnot This, NSObject refreshOptions, NSDictionary<NSString, NSObject> userInfo)
Parameters
Type |
Name |
Description |
PTAnnot |
This |
|
Foundation.NSObject |
refreshOptions |
|
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> |
userInfo |
|
SetRefreshAppearanceHandler(PTAnnot, PTAnnotationRefreshAppearanceHandler)
Declaration
public static void SetRefreshAppearanceHandler(this PTAnnot This, PTAnnotationRefreshAppearanceHandler refreshAppearanceHandler)
Parameters