다음을 통해 공유


DIFsrmClassificationEvents_Event.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

event DIFsrmClassificationEvents_OnFileEventHandler OnFile
event DIFsrmClassificationEvents_OnFileEventHandler^ OnFile {
    void add(DIFsrmClassificationEvents_OnFileEventHandler^ value);
    void remove(DIFsrmClassificationEvents_OnFileEventHandler^ value);
}
abstract OnFile : IEvent<DIFsrmClassificationEvents_OnFileEventHandler,
    EventArgs>
Event OnFile As DIFsrmClassificationEvents_OnFileEventHandler

See Also

DIFsrmClassificationEvents_Event Interface
Microsoft.Storage Namespace

Return to top