xamarinios
namespace EventKitUI
{
[Protocol(Name = "EKEventEditViewDelegate", WrapperType = typeof(EKEventEditViewDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Completed", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(EKEventEditViewController), typeof(EKEventEditViewAction) }, Selector = "eventEditViewController:didCompleteWithAction:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetDefaultCalendarForNewEvents", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(EKEventEditViewController) }, ReturnType = typeof(EKCalendar), Selector = "eventEditViewControllerDefaultCalendarForNewEvents:")]
public interface IEKEventEditViewDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("eventEditViewController:didCompleteWithAction:")]
[Preserve(Conditional = true)]
void Completed(EKEventEditViewController! controller, EKEventEditViewAction action);
}
}
.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. |