Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an OnFile event handler.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual void add_OnFile(
DIFsrmClassificationEvents_OnFileEventHandler A_1
)
public:
virtual void add_OnFile(
DIFsrmClassificationEvents_OnFileEventHandler^ A_1
)
abstract add_OnFile :
A_1:DIFsrmClassificationEvents_OnFileEventHandler -> unit
override add_OnFile :
A_1:DIFsrmClassificationEvents_OnFileEventHandler -> unit
Public Overridable Sub add_OnFile (
A_1 As DIFsrmClassificationEvents_OnFileEventHandler
)
Parameters
A_1
Type: Microsoft.Storage.DIFsrmClassificationEvents_OnFileEventHandlerThe OnFile event handler to be added.
Implements
DIFsrmClassificationEvents_Event.add_OnFile(DIFsrmClassificationEvents_OnFileEventHandler)
See Also
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
Return to top