[This is preliminary documentation and is subject to change.]
Event handler for list changes
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public delegate bool EventedCollectionGetReadOnlyHandler<TContext>(
EventedCollectionBase<TContext> collection
)
public delegate bool EventedCollectionGetReadOnlyHandler<TContext>(
EventedCollectionBase<TContext> collection
)
Public Delegate Function EventedCollectionGetReadOnlyHandler(Of TContext) (
collection As EventedCollectionBase(Of TContext)
) As Boolean
Public Delegate Function EventedCollectionGetReadOnlyHandler(Of TContext) (
collection As EventedCollectionBase(Of TContext)
) As Boolean
generic<typename TContext>
public delegate bool EventedCollectionGetReadOnlyHandler(
EventedCollectionBase<TContext>^ collection
)
generic<typename TContext>
public delegate bool EventedCollectionGetReadOnlyHandler(
EventedCollectionBase<TContext>^ collection
)
type EventedCollectionGetReadOnlyHandler =
delegate of
collection : EventedCollectionBase<'TContext> -> bool
type EventedCollectionGetReadOnlyHandler =
delegate of
collection : EventedCollectionBase<'TContext> -> bool
- TContext
Return Value
Type:
Boolean