IUIIndirectScribbleInteractionDelegate Interface

Definition

This interface represents the Objective-C protocol UIIndirectScribbleInteractionDelegate.

[Foundation.Protocol(Name="UIIndirectScribbleInteractionDelegate", WrapperType=typeof(UIKit.UIIndirectScribbleInteractionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestElements", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V269) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(CoreGraphics.CGRect), typeof(System.Action<Foundation.NSObject[]>) }, Selector="indirectScribbleInteraction:requestElementsInRect:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsElementFocused", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:isElementFocused:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFrameForElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="indirectScribbleInteraction:frameForElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FocusElementIfNeeded", ParameterBlockProxy=new System.Type[] { null, null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V270) }, ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject), typeof(CoreGraphics.CGPoint), typeof(System.Action<UIKit.IUITextInput>) }, Selector="indirectScribbleInteraction:focusElementIfNeeded:referencePoint:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDelayFocus", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:shouldDelayFocusForElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:willBeginWritingInElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:didFinishWritingInElement:")]
public interface IUIIndirectScribbleInteractionDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="UIIndirectScribbleInteractionDelegate", WrapperType=typeof(UIKit.UIIndirectScribbleInteractionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsElementFocused", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:isElementFocused:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFrameForElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="indirectScribbleInteraction:frameForElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDelayFocus", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:shouldDelayFocusForElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:willBeginWritingInElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:didFinishWritingInElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestElements", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V253) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(CoreGraphics.CGRect), typeof(System.Action<Foundation.NSObject[]>) }, Selector="indirectScribbleInteraction:requestElementsInRect:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FocusElementIfNeeded", ParameterBlockProxy=new System.Type[] { null, null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V254) }, ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject), typeof(CoreGraphics.CGPoint), typeof(System.Action<UIKit.IUITextInput>) }, Selector="indirectScribbleInteraction:focusElementIfNeeded:referencePoint:completion:")]
public interface IUIIndirectScribbleInteractionDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIIndirectScribbleInteractionDelegate", WrapperType=typeof(UIKit.UIIndirectScribbleInteractionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestElements", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V269) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(CoreGraphics.CGRect), typeof(System.Action<Foundation.NSObject[]>) }, Selector="indirectScribbleInteraction:requestElementsInRect:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsElementFocused", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:isElementFocused:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFrameForElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="indirectScribbleInteraction:frameForElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FocusElementIfNeeded", ParameterBlockProxy=new System.Type[] { null, null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V270) }, ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject), typeof(CoreGraphics.CGPoint), typeof(System.Action<UIKit.IUITextInput>) }, Selector="indirectScribbleInteraction:focusElementIfNeeded:referencePoint:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDelayFocus", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:shouldDelayFocusForElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:willBeginWritingInElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:didFinishWritingInElement:")>]
type IUIIndirectScribbleInteractionDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="UIIndirectScribbleInteractionDelegate", WrapperType=typeof(UIKit.UIIndirectScribbleInteractionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsElementFocused", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:isElementFocused:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFrameForElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="indirectScribbleInteraction:frameForElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDelayFocus", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, ReturnType=typeof(System.Boolean), Selector="indirectScribbleInteraction:shouldDelayFocusForElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:willBeginWritingInElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishWriting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject) }, Selector="indirectScribbleInteraction:didFinishWritingInElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestElements", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V253) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(CoreGraphics.CGRect), typeof(System.Action<Foundation.NSObject[]>) }, Selector="indirectScribbleInteraction:requestElementsInRect:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FocusElementIfNeeded", ParameterBlockProxy=new System.Type[] { null, null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V254) }, ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIIndirectScribbleInteraction), typeof(Foundation.NSObject), typeof(CoreGraphics.CGPoint), typeof(System.Action<UIKit.IUITextInput>) }, Selector="indirectScribbleInteraction:focusElementIfNeeded:referencePoint:completion:")>]
type IUIIndirectScribbleInteractionDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to