FsrmClassificationManagerClass.OnFile Event
Represents a file classification event. The event receives properties of files that are processed by the ClassifyFiles method.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual event DIFsrmClassificationEvents_OnFileEventHandler OnFile
public:
event DIFsrmClassificationEvents_OnFileEventHandler^ OnFile {
virtual void add(DIFsrmClassificationEvents_OnFileEventHandler^ value);
virtual void remove(DIFsrmClassificationEvents_OnFileEventHandler^ value);
}
abstract OnFile : IEvent<DIFsrmClassificationEvents_OnFileEventHandler,
EventArgs>
override OnFile : IEvent<DIFsrmClassificationEvents_OnFileEventHandler,
EventArgs>
Public Overridable Event OnFile As DIFsrmClassificationEvents_OnFileEventHandler
Implements
DIFsrmClassificationEvents_Event.OnFile
See Also
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
Return to top