ForEachMasterSlideCallback

ForEachMasterSlideCallback typedef

Callback that will be invoked for each ForEach::MasterSlide in the Presentation.

using Aspose::Slides::LowCode::ForEach::ForEachMasterSlideCallback =  System::MulticastDelegate<void(System::SharedPtr<Aspose::Slides::MasterSlide>, int32_t)>

See Also