Visual Basic (Declaration) | |
---|---|
Public Event TagFound() As EventHandler(Of CodecsEnumTagsEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<CodecsEnumTagsEventArgs> TagFound() |
C++/CLI | |
---|---|
public: event EventHandler<CodecsEnumTagsEventArgs>^ TagFound(); |
For an example, refer to EnumTags.
This event will fire for each tag found in the file as a result of calling EnumTags.
Do not attempt to use DeleteTag to delete tags from inside this event. If you want to delete tags that you enumerate, use this event to add the tags to a list. Upon returning from EnumTags, you can delete all the tags from the list.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family