CatalogChanging Event
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs when Catalog in the CatalogsDataSet..::.CatalogsDataTable is going to be changed.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Event CatalogChanging As CatalogsDataSet..::.CatalogChangeEventHandler
'Usage
Dim instance As CatalogsDataSet..::.CatalogsDataTable
Dim handler As CatalogsDataSet..::.CatalogChangeEventHandler
AddHandler instance.CatalogChanging, handler
public event CatalogsDataSet..::.CatalogChangeEventHandler CatalogChanging
public:
event CatalogsDataSet..::.CatalogChangeEventHandler^ CatalogChanging {
void add (CatalogsDataSet..::.CatalogChangeEventHandler^ value);
void remove (CatalogsDataSet..::.CatalogChangeEventHandler^ value);
}
JScript does not support events.
Remarks
This is the event handler that receives an argument containing data related to this event.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogsDataSet..::.CatalogsDataTable Class