Aardvark.Base.Incremental


IModRef<'a>

ModRef<'a> represents a changeable input cell which can be changed by the user and implements IMod<'a>

Instance members

Instance memberDescription
add_Changed(arg1)
Signature: EventHandler<EventArgs> -> unit
Modifiers: abstract
Changed
Signature: IEvent<EventHandler<EventArgs>,EventArgs>
Modifiers: abstract
remove_Changed(arg1)
Signature: EventHandler<EventArgs> -> unit
Modifiers: abstract
UnsafeCache()
Signature: unit -> 'a
Modifiers: abstract
UnsafeCache()
Signature: unit -> unit
Modifiers: abstract
Value()
Signature: unit -> 'a
Modifiers: abstract

Gets or sets the refs value. Note: can only be set inside an active transaction.

Value()
Signature: unit -> unit
Modifiers: abstract

Gets or sets the refs value. Note: can only be set inside an active transaction.

Fork me on GitHub