
Visual Basic (Declaration) | |
---|---|
Public Class EntityPropertyChangingEventArgs Inherits EntityChangeCancelEventArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityPropertyChangingEventArgs |
C# | |
---|---|
public class EntityPropertyChangingEventArgs : EntityChangeCancelEventArgs |
C++/CLI | |
---|---|
public ref class EntityPropertyChangingEventArgs : public EntityChangeCancelEventArgs |
The EntityGroup.EntityPropertyChanging event fires whenever a property setter is called on an entity in your model before the new value is set. You can set the Cancel property to true in your handler to stop further processing of the change.
System.Object
System.EventArgs
IdeaBlade.EntityModel.EntityChangeEventArgs
IdeaBlade.EntityModel.EntityChangeCancelEventArgs
IdeaBlade.EntityModel.EntityPropertyChangingEventArgs
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