Class DependencyPropertyChangedEventArgs
Inheritance
System.Object
DependencyPropertyChangedEventArgs
Namespace: Com.Telerik.Android.Common
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public class DependencyPropertyChangedEventArgs : EventArgs
Constructors
DependencyPropertyChangedEventArgs(Object, Int32, Object)
Declaration
public DependencyPropertyChangedEventArgs(Object p0, int p1, Object p2)
Parameters
Java.Lang.Object
p0
|
System.Int32
p1
|
Java.Lang.Object
p2
|
Properties
P0
Declaration
public Object P0 { get; }
Property Value
Java.Lang.Object
|
P1
Declaration
public int P1 { get; }
Property Value
System.Int32
|
P2
Declaration
public Object P2 { get; }
Property Value
Java.Lang.Object
|