'Declaration Public Function New( _
ByVal oldValueOld value.As AnnotationInteractionMode, _
ByVal newValueNew value.As AnnotationInteractionMode _
)
public AnnotationInteractionModeChangingEventArgs(
AnnotationInteractionMode oldValue,
AnnotationInteractionMode newValue
)
public: AnnotationInteractionModeChangingEventArgs(
AnnotationInteractionMode oldValue,
AnnotationInteractionMode newValue
)
public:
AnnotationInteractionModeChangingEventArgs(
AnnotationInteractionMode oldValue,
AnnotationInteractionMode newValue
)
Parameters
- oldValue
- Old value.
- newValue
- New value.