Show / Hide Table of Contents

Method BeginInput

| Improve this Doc View Source

BeginInput(Trigger<T>, Trigger<T>)

Begins input implementation.

Declaration
public RowInput<T> BeginInput(Trigger<T> flushingTrigger, Trigger<T> progressiveFlushingTrigger = null)
Parameters
Type Name Description
Trigger<T> flushingTrigger

The flushing trigger.

Trigger<T> progressiveFlushingTrigger

The progressive flushing trigger.

Returns
Type Description
RowInput<T>

The row input.

| Improve this Doc View Source

BeginInput(DependencyProperty, RoutedEvent)

Begins input implementation.

Declaration
public RowInput<T> BeginInput(DependencyProperty dependencyProperty, RoutedEvent progressiveFlushingRoutedEvent = null)
Parameters
Type Name Description
System.Windows.DependencyProperty dependencyProperty

The dependency property for flushing.

System.Windows.RoutedEvent progressiveFlushingRoutedEvent

The routed event for progressive flushing.

Returns
Type Description
RowInput<T>

The row input.

| Improve this Doc View Source

BeginInput(RoutedEvent, RoutedEvent)

Begins input implementation.

Declaration
public RowInput<T> BeginInput(RoutedEvent routedEvent, RoutedEvent progressiveFlushingRoutedEvent = null)
Parameters
Type Name Description
System.Windows.RoutedEvent routedEvent

The routed event for flushing.

System.Windows.RoutedEvent progressiveFlushingRoutedEvent

The routed event for progressive flushing.

Returns
Type Description
RowInput<T>

The row input.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest