OnRowChanging Method
Raises the OnRowChanging event.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowChanging ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowChanging(e)
protected override void OnRowChanging(
DataRowChangeEventArgs e
)
protected:
virtual void OnRowChanging(
DataRowChangeEventArgs^ e
) override
protected override function OnRowChanging(
e : DataRowChangeEventArgs
)
Parameters
- e
Type: System.Data..::.DataRowChangeEventArgs
A DataRowChangeEventArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate. For more information, see Raising an 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
ExpressionCategorySet..::.ExpressionCategoriesDataTable Class
ExpressionCategorySet..::.ExpressionCategoriesDataTable Members