CommitItemChanges Method (LabelStorage)
In This Topic
Commits all changes in the data item.
Syntax
'Declaration
Protected Overridable Sub CommitItemChanges( _
ByVal As Label _
)
protected virtual void CommitItemChanges(
Label
)
Parameters
- item
- Data item to apply changes.
See Also