API Diff between 1.2.2.6240-pre2 and 1.4.4.6387
35 Additions
183 Removals
Xamarin.Forms
-
public class Application : Element, IResourcesProvider
-
public class BackButtonPressedEventArgs : EventArgs
-
public abstract class : Element
-
public abstract class Behavior : BindableObject, IAttachedObject
-
public abstract class Behavior<T> : Behavior where T : BindableObject
-
public sealed class BindableProperty
- public sealed delegate CreateDefaultValueDelegate : MulticastDelegate
- public sealed delegate CreateDefaultValueDelegate<TDeclarer, TPropertyType> : MulticastDelegate
- public static BindableProperty Create<TDeclarer, TPropertyType>(Expression<Func<TDeclarer, TPropertyType>> getter, TPropertyType defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null, CreateDefaultValueDelegate<TDeclarer, TPropertyType> defaultValueCreator = null) where TDeclarer : BindableObject
- public static BindableProperty Create(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null)
- public static BindableProperty CreateAttached<TDeclarer, TPropertyType>(Expression<Func<BindableObject, TPropertyType>> staticgetter, TPropertyType defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null, CreateDefaultValueDelegate<BindableObject, TPropertyType> defaultValueCreator = null)
- public static BindableProperty CreateAttached(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null)
- public static BindablePropertyKey CreateAttachedReadOnly<TDeclarer, TPropertyType>(Expression<Func<BindableObject, TPropertyType>> staticgetter, TPropertyType defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null, CreateDefaultValueDelegate<BindableObject, TPropertyType> defaultValueCreator = null)
- public static BindablePropertyKey CreateAttachedReadOnly(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null)
- public static BindablePropertyKey CreateReadOnly<TDeclarer, TPropertyType>(Expression<Func<TDeclarer, TPropertyType>> getter, TPropertyType defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null, CreateDefaultValueDelegate<TDeclarer, TPropertyType> defaultValueCreator = null) where TDeclarer : BindableObject
- public static BindablePropertyKey CreateReadOnly(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null)
- public static BindableProperty Create<TDeclarer, TPropertyType>(Expression<Func<TDeclarer, TPropertyType>> getter, TPropertyType defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null) where TDeclarer : BindableObject
- public static BindableProperty Create(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null)
- public static BindableProperty CreateAttached<TDeclarer, TPropertyType>(Expression<Func<BindableObject, TPropertyType>> staticgetter, TPropertyType defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null)
- public static BindableProperty CreateAttached(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 2, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null)
- public static BindablePropertyKey CreateAttachedReadOnly<TDeclarer, TPropertyType>(Expression<Func<BindableObject, TPropertyType>> staticgetter, TPropertyType defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null)
- public static BindablePropertyKey CreateAttachedReadOnly(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null)
- public static BindablePropertyKey CreateReadOnly<TDeclarer, TPropertyType>(Expression<Func<TDeclarer, TPropertyType>> getter, TPropertyType defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate<TPropertyType> validateValue = null, BindingPropertyChangedDelegate<TPropertyType> propertyChanged = null, BindingPropertyChangingDelegate<TPropertyType> propertyChanging = null, CoerceValueDelegate<TPropertyType> coerceValue = null) where TDeclarer : BindableObject
- public static BindablePropertyKey CreateReadOnly(string propertyName, Type returnType, Type declaringType, object defaultValue, BindingMode defaultBindingMode = 3, ValidateValueDelegate validateValue = null, BindingPropertyChangedDelegate propertyChanged = null, BindingPropertyChangingDelegate propertyChanging = null, CoerceValueDelegate coerceValue = null)
-
public sealed class Binding : BindingBase
-
public sealed class BindingCondition : Condition, IValueProvider
-
public class Button : View
-
public abstract class Cell : Element
-
public struct Color
-
public abstract class Condition
-
public sealed class DataTrigger : TriggerBase, IValueProvider
-
public static class DependencyService
- public static void Register<T>()
- public static void Register<T, TImpl>() where TImpl : T
-
public static class Device
-
public abstract class Element : BindableObject, IElement, INameScope
-
public sealed class EventTrigger : TriggerBase
-
public class FontSizeConverter : TypeConverter, IExtendedTypeConverter
-
public class GestureRecognizer : BindableObject, IGestureRecognizer, INotifyPropertyChanged, IElement
-
public interface IElementController
-
public interface ILayoutController
-
public interface INavigation
-
public interface IPlatform
-
public interface IScrollViewController : ILayoutController
-
public abstract class ItemsView<TVisual> : View, IItemsView<TVisual> where TVisual : BindableObject
-
public interface IViewController : IVisualElementController, IElementController
-
public interface IVisualElementController : IElementController
-
public class Label : View
-
public abstract class Layout : View, ILayout
-
public class ListView : ItemsView<Cell>, ICellVisibilityProxy
-
public enum MasterBehavior
-
public class MasterDetailPage : Page
-
public class : BaseMenuItem
-
public abstract class ModalEventArgs : EventArgs
-
public class ModalPoppedEventArgs : ModalEventArgs
-
public class ModalPoppingEventArgs : ModalEventArgs
-
public class ModalPushedEventArgs : ModalEventArgs
-
public class ModalPushingEventArgs : ModalEventArgs
-
public abstract class MultiPage<T> : Page, IViewContainer<T>, IPageContainer<T>, IItemsView<T> where T : Page
-
public sealed class MultiTrigger : TriggerBase
-
public enum NamedSize
-
public class : View
-
public class NavigationPage : Page, IPageContainer<Page>
-
public class Page : VisualElement, ILayout
-
public sealed class PropertyCondition : Condition, IValueProvider
-
public sealed class RenderWithAttribute : Attribute
-
public sealed class ResourceDictionary : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
-
public class ScrolledEventArgs : EventArgs
-
public enum ScrollToMode
-
public enum ScrollToPosition
-
public class ScrollToRequestedEventArgs : EventArgs
-
public class ScrollView : Layout
-
public class SearchBar : View
-
public enum SeparatorVisibility
-
public sealed class Setter : IValueProvider
-
public static class SettersExtensions
-
public sealed class Span : INotifyPropertyChanged
-
public sealed class Style
-
public enum TargetPlatform
-
public class ToolbarItem : BindableObject, IElement
-
public sealed class Trigger : TriggerBase, IValueProvider
-
public abstract class TriggerAction
-
public abstract class TriggerAction<T> : TriggerAction where T : BindableObject
-
public abstract class TriggerBase : BindableObject, IAttachedObject
-
public class VisualElement : Element, IAnimatable
-
public class WebNavigatedEventArgs : WebNavigationEventArgs
-
public class WebNavigatingEventArgs : WebNavigationEventArgs
-
public enum WebNavigationEvent
-
public class WebNavigationEventArgs : EventArgs
-
public enum WebNavigationResult
-
public class WebView : View
-
public enum AndroidTitleBarVisibility
-
public static class Forms
Xamarin.Forms.Platform.Android
-
public class AHorizontalScrollView : HorizontalScrollView
-
public class AndroidActivity : Activity
-
public class BaseCellView : LinearLayout
-
public class ButtonRenderer : ViewRenderer<Button, Button>
-
public abstract class CellAdapter : BaseAdapter<object>, IOnItemLongClickListener, ICallback, IOnItemClickListener, IJavaObject, IDisposable
-
public static class Extensions
-
public class FormsApplicationActivity : Activity
-
public class ListViewRenderer : ViewRenderer<ListView, ListView>, IOnRefreshListener, IJavaObject, IDisposable
-
public static class ResourceManager
-
public class ScrollViewRenderer : ScrollView, IVisualElementRenderer, IRegisterable, IDisposable
- protected IScrollViewController Controller { get; }
-
public class TableViewModelRenderer : BaseAdapter<object>
-
public static class ViewExtensions
-
public static class VisualElementExtensions
-
public enum VisualElementRendererFlags
-
public class WebViewRenderer : ViewRenderer<WebView, WebView>, IWebViewRenderer
-
public class WebRenderer : ViewRenderer<WebView, WebView>, IWebViewRenderer
Xamarin.Forms.Xaml