Boo.BooLangProject.HierarchyListener.OnPropertyChanged C# (CSharp) Method

OnPropertyChanged() public method

public OnPropertyChanged ( uint itemid, int propid, uint flags ) : int
itemid uint
propid int
flags uint
return int
        public int OnPropertyChanged(uint itemid, int propid, uint flags)
        {
            throw new NotImplementedException();
        }