public delegate void ChangeHandler(
EventedDictionary<TKey, TValue, TContext> dictionary,
EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType change,
EventPhase phase,
TKey key,
TValue value
)
public delegate void ChangeHandler(
EventedDictionary<TKey, TValue, TContext> dictionary,
EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType change,
EventPhase phase,
TKey key,
TValue value
)
Public Delegate Sub ChangeHandler (
dictionary As EventedDictionary(Of TKey, TValue, TContext),
change As EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType,
phase As EventPhase,
key As TKey,
value As TValue
)
Public Delegate Sub ChangeHandler (
dictionary As EventedDictionary(Of TKey, TValue, TContext),
change As EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType,
phase As EventPhase,
key As TKey,
value As TValue
)
public delegate void ChangeHandler(
EventedDictionary<TKey, TValue, TContext>^ dictionary,
EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType change,
EventPhase phase,
TKey key,
TValue value
)
public delegate void ChangeHandler(
EventedDictionary<TKey, TValue, TContext>^ dictionary,
EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType change,
EventPhase phase,
TKey key,
TValue value
)
type ChangeHandler =
delegate of
dictionary : EventedDictionary<'TKey, 'TValue, 'TContext> *
change : EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType *
phase : EventPhase *
key : 'TKey *
value : 'TValue -> unit
type ChangeHandler =
delegate of
dictionary : EventedDictionary<'TKey, 'TValue, 'TContext> *
change : EventedDictionary<(Of <(<'TKey, TValue, TContext>)>)>..::..ChangeType *
phase : EventPhase *
key : 'TKey *
value : 'TValue -> unit