Version

BeforeImageEditedEventArgs Class Members

The following tables list the members exposed by BeforeImageEditedEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeImageEditedEventArgs ConstructorCreates a new BeforeImageEditedEventArgs instance  
Public Properties
 NameDescription
Public PropertyCancelGets or sets the boolean value indicating if the old image should not be updated to the new image  
Public PropertyNewImageGets the new image after being edited  
Public PropertyOldImageGets the old image  
Public PropertyTypeGets the type of change that caused this event  
See Also