xamarinios
namespace UIKit
{
[Deprecated(PlatformName.iOS, 8, 3, PlatformArchitecture.None, null)]
[Protocol(Name = "UIActionSheetDelegate", WrapperType = typeof(UIActionSheetDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Clicked", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIActionSheet), typeof(nint) }, Selector = "actionSheet:clickedButtonAtIndex:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Canceled", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIActionSheet) }, Selector = "actionSheetCancel:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresent", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIActionSheet) }, Selector = "willPresentActionSheet:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Presented", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIActionSheet) }, Selector = "didPresentActionSheet:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDismiss", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIActionSheet), typeof(nint) }, Selector = "actionSheet:willDismissWithButtonIndex:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Dismissed", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIActionSheet), typeof(nint) }, Selector = "actionSheet:didDismissWithButtonIndex:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIActionSheetDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |