-
Notifications
You must be signed in to change notification settings - Fork 2
/
ViewTreeObserver+TouchModeChangeEventArgs.xml
64 lines (64 loc) · 4.47 KB
/
ViewTreeObserver+TouchModeChangeEventArgs.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
<Type Name="ViewTreeObserver+TouchModeChangeEventArgs" FullName="Android.Views.ViewTreeObserver+TouchModeChangeEventArgs">
<TypeSignature Language="C#" Value="public class ViewTreeObserver.TouchModeChangeEventArgs : EventArgs" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi beforefieldinit ViewTreeObserver/TouchModeChangeEventArgs extends System.EventArgs" />
<TypeSignature Language="DocId" Value="T:Android.Views.ViewTreeObserver.TouchModeChangeEventArgs" />
<TypeSignature Language="F#" Value="type ViewTreeObserver.TouchModeChangeEventArgs = class
 inherit EventArgs" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.EventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Provides data for the <see cref="E:Android.Views.ViewTreeObserver.TouchModeChange" /> event.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public TouchModeChangeEventArgs (bool isInTouchMode);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(bool isInTouchMode) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Views.ViewTreeObserver.TouchModeChangeEventArgs.#ctor(System.Boolean)" />
<MemberSignature Language="F#" Value="new Android.Views.ViewTreeObserver.TouchModeChangeEventArgs : bool -> Android.Views.ViewTreeObserver.TouchModeChangeEventArgs" Usage="new Android.Views.ViewTreeObserver.TouchModeChangeEventArgs isInTouchMode" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="isInTouchMode" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="isInTouchMode">To be added.</param>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="IsInTouchMode">
<MemberSignature Language="C#" Value="public bool IsInTouchMode { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool IsInTouchMode" />
<MemberSignature Language="DocId" Value="P:Android.Views.ViewTreeObserver.TouchModeChangeEventArgs.IsInTouchMode" />
<MemberSignature Language="F#" Value="member this.IsInTouchMode : bool" Usage="Android.Views.ViewTreeObserver.TouchModeChangeEventArgs.IsInTouchMode" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
</Members>
</Type>