ContainerContentChangingEventArgs.RegisterUpdateCallback Method

Definition

Overloads

RegisterUpdateCallback(TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs>)

Registers the event handler to be called again during the next phase.

RegisterUpdateCallback(UInt32, TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs>)

Registers the event handler to be called again during the specified phase.

RegisterUpdateCallback(TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs>)

Registers the event handler to be called again during the next phase.

/// [Windows.Foundation.Metadata.Overload("RegisterUpdateCallback")]
void RegisterUpdateCallback(TypedEventHandler<ListViewBase, ContainerContentChangingEventArgs const&> const& callback);
[Windows.Foundation.Metadata.Overload("RegisterUpdateCallback")]
public void RegisterUpdateCallback(TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs> callback);
function registerUpdateCallback(callback)
Public Sub RegisterUpdateCallback (callback As TypedEventHandler(Of ListViewBase, ContainerContentChangingEventArgs))

Parameters

callback
TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs>

The event handler function.

Attributes

See also

Applies to

RegisterUpdateCallback(UInt32, TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs>)

Registers the event handler to be called again during the specified phase.

/// [Windows.Foundation.Metadata.Overload("RegisterUpdateCallbackWithPhase")]
void RegisterUpdateCallback(uint32_t const& callbackPhase, TypedEventHandler<ListViewBase, ContainerContentChangingEventArgs const&> const& callback);
[Windows.Foundation.Metadata.Overload("RegisterUpdateCallbackWithPhase")]
public void RegisterUpdateCallback(uint callbackPhase, TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs> callback);
function registerUpdateCallback(callbackPhase, callback)
Public Sub RegisterUpdateCallback (callbackPhase As UInteger, callback As TypedEventHandler(Of ListViewBase, ContainerContentChangingEventArgs))

Parameters

callbackPhase
UInt32

uint32_t

The phase during which the callback should occur.

callback
TypedEventHandler<ListViewBase,ContainerContentChangingEventArgs>

The event handler function.

Attributes

See also

Applies to