| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
TextControl.ImageCreated Event |
||
| Description: | Occurs when a new image has been created. It occurs if an image has been inserted in the document
with the clipboard or if a file containing images has been loaded. It does not occur if an image has been added
with the ImageCollection.Add method. The event handler receives an argument of type ImageEventArgs
containing data related to this event. |
|
| Syntax: |
[C#] public event ImageEventHandler ImageCreated; [Visual Basic] Public Event ImageCreated As ImageEventHandler |
|
| See also: | Images, Graphical Overview. | |