-
Notifications
You must be signed in to change notification settings - Fork 42
/
UIStatusBarOrientationChangeEventArgs.xml
65 lines (65 loc) · 3.64 KB
/
UIStatusBarOrientationChangeEventArgs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<Type Name="UIStatusBarOrientationChangeEventArgs" FullName="UIKit.UIStatusBarOrientationChangeEventArgs">
<TypeSignature Language="C#" Value="public class UIStatusBarOrientationChangeEventArgs : Foundation.NSNotificationEventArgs" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UIStatusBarOrientationChangeEventArgs extends Foundation.NSNotificationEventArgs" />
<TypeSignature Language="DocId" Value="T:UIKit.UIStatusBarOrientationChangeEventArgs" />
<TypeSignature Language="F#" Value="type UIStatusBarOrientationChangeEventArgs = class
 inherit NSNotificationEventArgs" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Foundation.NSNotificationEventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Provides data for the event.</summary>
<remarks>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public UIStatusBarOrientationChangeEventArgs (Foundation.NSNotification notification);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Foundation.NSNotification notification) cil managed" />
<MemberSignature Language="DocId" Value="M:UIKit.UIStatusBarOrientationChangeEventArgs.#ctor(Foundation.NSNotification)" />
<MemberSignature Language="F#" Value="new UIKit.UIStatusBarOrientationChangeEventArgs : Foundation.NSNotification -> UIKit.UIStatusBarOrientationChangeEventArgs" Usage="new UIKit.UIStatusBarOrientationChangeEventArgs notification" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyName>Xamarin.iOS</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="notification" Type="Foundation.NSNotification" />
</Parameters>
<Docs>
<param name="notification">To be added.</param>
<summary>Initializes a new instance of the UIStatusBarOrientationChangeEventArgs class.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="StatusBarOrientation">
<MemberSignature Language="C#" Value="public UIKit.UIInterfaceOrientation StatusBarOrientation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype UIKit.UIInterfaceOrientation StatusBarOrientation" />
<MemberSignature Language="DocId" Value="P:UIKit.UIStatusBarOrientationChangeEventArgs.StatusBarOrientation" />
<MemberSignature Language="F#" Value="member this.StatusBarOrientation : UIKit.UIInterfaceOrientation" Usage="UIKit.UIStatusBarOrientationChangeEventArgs.StatusBarOrientation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyName>Xamarin.iOS</AssemblyName>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>UIKit.UIInterfaceOrientation</ReturnType>
</ReturnValue>
<Docs>
<summary>The new orientation of the <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search=UIKit%20UIStatus%20Bar&scope=Xamarin" title="T:UIKit.UIStatusBar">T:UIKit.UIStatusBar</a></format>.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>