DIFsrmClassificationEvents_Event.add_OnFile Method (DIFsrmClassificationEvents_OnFileEventHandler)
Adds an OnFile event handler.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void add_OnFile(
DIFsrmClassificationEvents_OnFileEventHandler A_1
)
void add_OnFile(
DIFsrmClassificationEvents_OnFileEventHandler^ A_1
)
abstract add_OnFile :
A_1:DIFsrmClassificationEvents_OnFileEventHandler -> unit
Sub add_OnFile (
A_1 As DIFsrmClassificationEvents_OnFileEventHandler
)
Parameters
A_1
Type: Microsoft.Storage.DIFsrmClassificationEvents_OnFileEventHandlerThe event handler to be added.
See Also
DIFsrmClassificationEvents_Event Interface
Microsoft.Storage Namespace
Return to top