FsXaml


EventToFSharpEvent

Namespace: FsXaml

Constructors

ConstructorDescription
new()
Signature: unit -> EventToFSharpEvent

CompiledName: .ctor

Instance members

Instance memberDescription
EventArgsConverter()
Signature: unit -> IEventArgsConverter

The optional converter used to convert the EventArgs into another type for passing to the FSharpEvent's parameter. This allows strong typed conversion while preventing the ViewModel from requiring a hard binding to WPF

CompiledName: set_EventArgsConverter

EventArgsConverter()
Signature: unit -> unit

The optional converter used to convert the EventArgs into another type for passing to the FSharpEvent's parameter. This allows strong typed conversion while preventing the ViewModel from requiring a hard binding to WPF

CompiledName: get_EventArgsConverter

EventArgsConverterParameter()
Signature: unit -> obj

The converter used to map the EventArgs of the event to the VM

CompiledName: set_EventArgsConverterParameter

EventArgsConverterParameter()
Signature: unit -> unit

The converter used to map the EventArgs of the event to the VM

CompiledName: get_EventArgsConverterParameter

FSharpEvent()
Signature: unit -> obj

The MailboxProcessor

CompiledName: set_FSharpEvent

FSharpEvent()
Signature: unit -> unit

The MailboxProcessor

CompiledName: get_FSharpEvent

FSharpEventParameter()
Signature: unit -> obj

The paramter passed to the MailboxProcessor. If this is set, the EventArgs are ignored

CompiledName: set_FSharpEventParameter

FSharpEventParameter()
Signature: unit -> unit

The paramter passed to the MailboxProcessor. If this is set, the EventArgs are ignored

CompiledName: get_FSharpEventParameter

PassEventArgsToFSharpEvent()
Signature: unit -> bool

Boolean indicating whether the EventArgs passed to the event handler will be forwarded to the event's Trigger method when the event is fired. The EventArgsConverterParameter will get used to map the types across as needed

CompiledName: set_PassEventArgsToFSharpEvent

PassEventArgsToFSharpEvent()
Signature: unit -> unit

Boolean indicating whether the EventArgs passed to the event handler will be forwarded to the event's Trigger method when the event is fired. The EventArgsConverterParameter will get used to map the types across as needed

CompiledName: get_PassEventArgsToFSharpEvent

Static members

Static memberDescription
EventArgsConverterParameterProperty
Signature: DependencyProperty

The converter parameter used to map the EventArgs of the event to the VM

CompiledName: get_EventArgsConverterParameterProperty

EventArgsConverterProperty
Signature: DependencyProperty

The converter used to map the EventArgs of the event to the VM

CompiledName: get_EventArgsConverterProperty

FSharpEventParameterProperty
Signature: DependencyProperty

The paramter passed to the MailboxProcessor<'a>. If this is set, the EventArgs are ignored

CompiledName: get_FSharpEventParameterProperty

FSharpEventProperty
Signature: DependencyProperty

The MailboxProcessor<'a>

CompiledName: get_FSharpEventProperty

Fork me on GitHub