namespace EventKitUI
{
[Register("EKEventEditViewController", true)]
public class EKEventEditViewController : UINavigationController, INativeObject, IDisposable, IUIAppearance
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual EKEvent? Event
{
[Export("event")]
get;
[Export("setEvent:")]
set;
}
}
}
nuget.org | 0.0 % |
---|---|
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Help | Documentation |
.NET | 7.0-ios |
Xamarin iOS | 0.0 |
OS Platforms | For the selected framework the property getter is only supported on the following OS platforms:
For the selected framework the property setter is only supported on the following OS platforms:
|