
Visual Basic (Declaration) | |
---|---|
Public Class EntityChangingEventArgs Inherits EntityChangeCancelEventArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityChangingEventArgs |
C# | |
---|---|
public class EntityChangingEventArgs : EntityChangeCancelEventArgs |
C++/CLI | |
---|---|
public ref class EntityChangingEventArgs : public EntityChangeCancelEventArgs |
The EntityGroup.EntityChanging event fires whenever an action is about to take place on an entity. You can set the Cancel property to true in your handler to stop further processing of the change. See the EntityAction for the action to be performed.
System.Object
System.EventArgs
IdeaBlade.EntityModel.EntityChangeEventArgs
IdeaBlade.EntityModel.EntityChangeCancelEventArgs
IdeaBlade.EntityModel.EntityChangingEventArgs
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family