IDataTemplateExtension.ProcessBindings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates a list item container element with bound data.
public:
int ProcessBindings(ContainerContentChangingEventArgs ^ arg);
int ProcessBindings(ContainerContentChangingEventArgs const& arg);
public int ProcessBindings(ContainerContentChangingEventArgs arg);
function processBindings(arg)
Public Function ProcessBindings (arg As ContainerContentChangingEventArgs) As Integer
Parameters
Information about the item, item index, and rendering phase.
Returns
Int32
int
The phase at which the next call to ProcessBindings will occur. A value of -1 indicates that no further callbacks are requested.