Visual Basic (Declaration) | |
---|---|
Public Event AnimateFloaterChanged As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageViewer Dim handler As EventHandler AddHandler instance.AnimateFloaterChanged, handler |
C# | |
---|---|
public event EventHandler AnimateFloaterChanged |
C++/CLI | |
---|---|
public: event EventHandler^ AnimateFloaterChanged |