Class LoadMoreIndicatorRenderer
Represents the renderer class for a LoadMoreIndicator control.
Inheritance
System.Object
LoadMoreIndicatorRenderer
Namespace: Syncfusion.ListView.XForms.WPF.Renderer
Assembly: Syncfusion.SfListView.XForms.WPF.dll
Syntax
public class LoadMoreIndicatorRenderer : ViewRenderer<LoadMoreIndicator, FrameworkElement>
Constructors
LoadMoreIndicatorRenderer()
Declaration
public LoadMoreIndicatorRenderer()
Methods
Dispose(Boolean)
Dispose the allocated resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Assigns null value for disposing objects |
OnElementChanged(ElementChangedEventArgs<LoadMoreIndicator>)
Set the element when native control is changed.
Declaration
protected override void OnElementChanged(ElementChangedEventArgs<LoadMoreIndicator> e)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.Platform.WPF.ElementChangedEventArgs<LoadMoreIndicator> | e | Contains all the information of event. |
OnElementPropertyChanged(Object, PropertyChangedEventArgs)
Set properties to the LoadMoreIndicator.
Declaration
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Represents the LoadMoreIndicator. |
System.ComponentModel.PropertyChangedEventArgs | e | Contains all the information of event. |