Share via


IIKImageBrowserDelegate Interface

Definition

This interface represents the Objective-C protocol IKImageBrowserDelegate.

[Foundation.Protocol(IsInformal=true, Name="IKImageBrowserDelegate", WrapperType=typeof(ImageKit.IKImageBrowserDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionDidChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView) }, Selector="imageBrowserSelectionDidChange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellWasDoubleClicked", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr) }, Selector="imageBrowser:cellWasDoubleClickedAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellWasRightClicked", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr), typeof(AppKit.NSEvent) }, Selector="imageBrowser:cellWasRightClickedAtIndex:withEvent:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="BackgroundWasRightClicked", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(AppKit.NSEvent) }, Selector="imageBrowser:backgroundWasRightClickedWithEvent:")]
public interface IIKImageBrowserDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(IsInformal=true, Name="IKImageBrowserDelegate", WrapperType=typeof(ImageKit.IKImageBrowserDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionDidChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView) }, Selector="imageBrowserSelectionDidChange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellWasDoubleClicked", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr) }, Selector="imageBrowser:cellWasDoubleClickedAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellWasRightClicked", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr), typeof(AppKit.NSEvent) }, Selector="imageBrowser:cellWasRightClickedAtIndex:withEvent:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="BackgroundWasRightClicked", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(AppKit.NSEvent) }, Selector="imageBrowser:backgroundWasRightClickedWithEvent:")>]
type IIKImageBrowserDelegate = 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