Share via


FsrmClassificationManagerClass.remove_OnFile Method (DIFsrmClassificationEvents_OnFileEventHandler)

 

Removes an OnFile event handler

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public virtual void remove_OnFile(
    DIFsrmClassificationEvents_OnFileEventHandler A_1
)
public:
virtual void remove_OnFile(
    DIFsrmClassificationEvents_OnFileEventHandler^ A_1
)
abstract remove_OnFile : 
        A_1:DIFsrmClassificationEvents_OnFileEventHandler -> unit
override remove_OnFile : 
        A_1:DIFsrmClassificationEvents_OnFileEventHandler -> unit
Public Overridable Sub remove_OnFile (
    A_1 As DIFsrmClassificationEvents_OnFileEventHandler
)

Parameters

Implements

DIFsrmClassificationEvents_Event.remove_OnFile(DIFsrmClassificationEvents_OnFileEventHandler)

See Also

FsrmClassificationManagerClass Class
Microsoft.Storage Namespace

Return to top