IDirListEvents.OnChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event handler for a directory list.
public:
int OnChange();
public:
int OnChange();
int OnChange();
[System.Runtime.InteropServices.DispId(1)]
public int OnChange ();
[<System.Runtime.InteropServices.DispId(1)>]
abstract member OnChange : unit -> int
Public Function OnChange () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes